home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / Redac.rfm < prev    next >
Encoding:
Text File  |  2004-10-16  |  2.0 KB  |  73 lines

  1. {
  2.   Racal-Redac Netlist Report Form
  3.   C. Dewhurst  1/7/90
  4.   J. Palmer 1/15/90
  5.   C. Dewhurst 9/22/92 - Mods for DW 3.0
  6.   C. Dewhurst 6/2/97 - Mods for DW 4.0
  7.   ⌐1992,1997 Capilano Computing Systems Ltd.
  8. }
  9. $CHECK(This report form is intended only for FLAT mode designs) $PURE $PHYSICAL
  10. $NOTES
  11. This format generates a netlist file for Redac PCB.
  12.  
  13. !!! It works only with a flat design. !!!
  14.  
  15. Standard attribute fields used:
  16.  
  17. Name
  18. Part
  19. Value
  20. Ground
  21. Power
  22. Revision
  23. Designer
  24.  
  25. Non-standard attribute fields required:
  26.  
  27. JOB
  28. ASSYNO
  29.  
  30.  
  31. *** IMPORTANT NOTE ***
  32.  
  33. This netlist script for a third party PCB system is provided with DesignWorks on an "as is" basis with no guarantee that it will work in any particular environment.  Capilano Computing has no control over the file formats that may be used by these systems.  These scripts have generally been created and tested in conjunction with DesignWorks users and were developed for use with a specific version of the target system.  The third party developer may change formats at any time, and we do not have the resources to track every version of every system on the market.
  34.  
  35. If this script does not appear to generate the format required for your system, we are happy to assist customers in generating the appropriate format.  Please contact us at tech@capilano.com and provide a sample netlist and as much information as you can about the required format.
  36. $END
  37. $CREATEREPORT($DESIGNNAME.RINF) $PROMPT $CREATOR(ttxt)
  38. $LINETERMINATOR $DOS
  39. $COMBDEVSON
  40. $AUTONUMBER(3)
  41. $SIGSOURCE(Ground)
  42. $SIGSOURCE(Plus5V) &Power
  43. $DESIGNSIGSOURCE &SigSources
  44. $FIND $SIGNALS $NUMPINS(2)
  45. $SORT $SIGNALS $SIGNAME
  46. $SORT $DEVICES $DEVNAME
  47. $BUSNAMEON(_)
  48. $CONTSTART(        )
  49. $MAXITEMSPERLINE(1)
  50. .HEA
  51. .JOB &JOB
  52. .TYP FULL
  53.  
  54. .REM
  55.         $DATE
  56.         ASSY.    = &ASSYNO
  57.         REV.     = &Revision
  58.         Engineer = &Designer
  59. .EOR
  60.  
  61. .REM
  62.         Component Listing: 
  63. .EOR
  64.  
  65. $DEVICES.ADD_COM    $DEVNAME    &Part    &Value
  66.  
  67. .REM
  68.         Node List
  69. .EOR
  70.  
  71. $SIGPINFORMAT $DEVNAME    $PINNUM
  72. $SIGNALS.ADD_TER    $PINS(1)    $SIGNAME$NEWLINE.TER        $PINS(2..)$NEWLINE
  73. .END